<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.wsc-fixBar{
    position: fixed;
    right: 0;
    //top: 52%;
    top: 33%;
    z-index: 1000;
}
.wsc-fixBar .fix-item{
    width: 76px;
    height: 62px;
	position: relative;
	box-sizing: border-box;
	background-color: #fff;
	border: 1px solid #E1E8F4;
    transition: 0.36s;
    margin-top: -1px;
}
.wsc-fixBar .fix-item a{
    display: block;
    width: 74px;
    height: 100%;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 1;
	padding-top: 35px;
	text-align: center;
	color: #6F7FA0;
}
.wsc-fixBar .fb-top{
    margin-top: 20px;
    height: 46px;
    display: none;
}
.wsc-fixBar .fix-item.fb-online {
    background-color: #1e4398;
    border-color: #1e4398;
}
.wsc-fixBar .fix-item.fb-online a{
    color: #fff;
}
.fb-online a{
    background:  url(/static/images/fix-online.png) no-repeat  center 11px;
}
.fb-fa a{
    background: url(/static/images/fix-fa.png) no-repeat  center 12px;

}
.fb-bj a{
    background: url(/static/images/fix-bj.png) no-repeat  center 12px;

}
.fb-tel a{
    background:  url(/static/images/fix-tel.png) no-repeat  center 12px;
}
.fb-sq a{
    background:  url(/static/images/fix-sq.png) no-repeat  center 14px;

}
.fb-top a{
    background: url(/static/images/fix-top.png) no-repeat  center center;

}
.fb-online:hover a{
	
}
.fb-fa:hover a{
	background-image: url(/static/images/fix-fah.png);
}
.fb-bj:hover a{
	background-image: url(/static/images/fix-bjh.png);
}
.fb-tel:hover a{
	background-image: url(/static/images/fix-telh.png);
}
.fb-sq:hover a{
	background-image: url(/static/images/fix-sqh.png);
}
.fb-top:hover a{
	background-image: url(/static/images/fix-toph.png);
}
.wsc-fixBar .fix-item:hover{
    background-color: #2791E5;
    border-color: #2791E5;
}
.wsc-fixBar .fix-item.fb-online:hover{
    background-color: #C42F38;
    border-color: #C42F38;
}
.wsc-fixBar .fb-top:hover{
    
	background-color: #fff;
	border: 1px solid #E1E8F4;
}
.fb-fa:hover a,.fb-bj:hover a,.fb-online:hover a,.fb-tel:hover a,.fb-sq:hover a,.fb-top:hover a{
    color: #ffffff;
}
.fbarCon{
    height: 62px;
    line-height:62px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    position: absolute;
    right: 76px;
    top: 0;
    z-index: 10;
}
.fb-tel .fbarCon{
    width: 165px;
}
.fb-tel{
    overflow: hidden;
}
.fb-tel a{
    position: absolute;
    right: 0;
	top: 0;
}
.fb-tel:hover{
    width: 241px;
    margin-left: -165px;
}

@media screen and (max-width:768px){
    .wsc-fixBar{
        display:none;
    }
}</pre></body></html>